home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / DroneZone / DZSound.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  298 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        DZSound.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZSound__
  8. #define __DZSound__
  9.  
  10. #include "SoundSprocket.h"
  11.  
  12.  
  13. void Sound_Init(
  14.     void);
  15.  
  16. void Sound_Exit(
  17.     void);
  18.  
  19. SSpListenerReference Sound_GetListener(
  20.     void);
  21.  
  22. void Sound_Configure(
  23.     void);
  24.  
  25. #endif /* __DZSound__ */